-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KNOX-3072: Fix for GatewayBasicFuncTest.testEncodedForwardSlash fail #948
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hanicz - you may also consider setting the blockSemicolon
and blockNonAscii
properties to false
to match what we have in our ShiroConfig. See #378 and #610 for further information.
I prefer this suggestion. Can you apply it to this PR? |
What I meant is that I think we should fix this in the ShiroConfig class, rather than just the test code. We probably should not introduce the additional config properties as part of this PR though. |
@smolnar82 @pzampino |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Thanks, @hanicz ! LGTM! |
What changes were proposed in this pull request?
Shiro was upgraded from 1.10.0 to 1.13.0 in a previous PR. Due to this the GatewayBasicFuncTest.testEncodedForwardSlash is failing. This fix is addressing that.
How was this patch tested?
Unit tests